generated from amazon-archives/__template_Custom
-
Notifications
You must be signed in to change notification settings - Fork 397
Release 1.16.2 #2937
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Release 1.16.2 #2937
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Change autocomplete shortcut from ctrl-f to ctrl-g The reason is ctrl-f is the standard shortcut in UNIX for moving cursor forward by 1 character. You can find it being supported everywhere... in your browser, your terminal, etc. * make the autocompletion key configurable
* fix incorrect scope for mcp oauth * reverts custom tool config enum change * fixes display task overriding sign in notice * updates schema
Reset tool_uses, pending_tool_index, and tool_turn_start_time to prevent orphaned tool approval prompts after conversation history is cleared. Co-authored-by: Niraj Chowdhary <[email protected]>
brandonskiser
approved these changes
Sep 18, 2025
kensave
approved these changes
Sep 18, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue #, if available:
Description of changes:
8bd2704 Normalize and expand relative-paths to absolute paths (#2933) - #2933
63ca7ef fix: removes deny unknown fields in mcp config (#2935) - #2935
dbf21ef chore: copy change for warning message for oauth redirect page (#2931) - #2931
515b4df Trim region to avoid login failures (#2930) - #2930
61efff3 fix(chat): reset pending tool state when clearing conversation (#2855) - #2855
5d0c62b fix(mcp): oauth issues (#2925) - #2925
dd04793 feat: add support for preToolUse and postToolUse hook (#2875) - #2875
bc4ec5c Change autocomplete shortcut from ctrl-f to ctrl-g (#2825) - #2825
08c9a45 chore: add 1.16.1 feed.json entry (#2919) - #2919
6e8f9c9 Bump up version for hotfix (#2916) - #2916
0aa3c21 fix(mcp): shell expansion not being done for stdio command (#2915) - #2915
864a27b fix format (#2895) - #2895
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.